[INFO] cloning repository https://github.com/myzhang1029/penguin-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/myzhang1029/penguin-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmyzhang1029%2Fpenguin-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmyzhang1029%2Fpenguin-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 52560cc90c3a6c76c0435eb3c9a4d74f49c38002
[INFO] testing myzhang1029/penguin-rs against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmyzhang1029%2Fpenguin-rs" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/myzhang1029/penguin-rs
[INFO] finished tweaking git repo https://github.com/myzhang1029/penguin-rs
[INFO] tweaked toml for git repo https://github.com/myzhang1029/penguin-rs written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/myzhang1029/penguin-rs on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/myzhang1029/penguin-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded condtype v1.3.0
[INFO] [stderr]   Downloaded console-api v0.9.0
[INFO] [stderr]   Downloaded divan-macros v0.1.21
[INFO] [stderr]   Downloaded divan v0.1.21
[INFO] [stderr]   Downloaded instant-acme v0.8.5
[INFO] [stderr]   Downloaded tokio-tungstenite v0.29.0
[INFO] [stderr]   Downloaded tungstenite v0.29.0
[INFO] [stderr]   Downloaded console-subscriber v0.5.0
[INFO] [stderr]   Downloaded mintex v0.1.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7293f29a4a1f869d68f3687748af4d76da96fae3b311290c4407003bce8134c6
[INFO] running `Command { std: "docker" "start" "-a" "7293f29a4a1f869d68f3687748af4d76da96fae3b311290c4407003bce8134c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7293f29a4a1f869d68f3687748af4d76da96fae3b311290c4407003bce8134c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7293f29a4a1f869d68f3687748af4d76da96fae3b311290c4407003bce8134c6", kill_on_drop: false }`
[INFO] [stdout] 7293f29a4a1f869d68f3687748af4d76da96fae3b311290c4407003bce8134c6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 70c2c3b4359119c7dd13a6bd003f8f294dc8896ec5069f9673780d076ffb7454
[INFO] running `Command { std: "docker" "start" "-a" "70c2c3b4359119c7dd13a6bd003f8f294dc8896ec5069f9673780d076ffb7454", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling zerocopy v0.8.47
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling rand_core v0.10.0
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling pem v3.0.6
[INFO] [stderr]    Compiling chacha20 v0.10.0
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling arc-swap v1.9.0
[INFO] [stderr]    Compiling rand v0.10.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling yasna v0.5.2
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling rustls-webpki v0.103.10
[INFO] [stderr]    Compiling rcgen v0.14.7
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tungstenite v0.29.0
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-tungstenite v0.29.0
[INFO] [stderr]    Compiling penguin-mux v0.8.2 (/opt/rustwide/workdir/penguin-mux)
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling rustls-platform-verifier v0.6.2
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling instant-acme v0.8.5
[INFO] [stderr]    Compiling rusty-penguin v0.8.2 (/opt/rustwide/workdir/penguin)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.49s
[INFO] running `Command { std: "docker" "inspect" "70c2c3b4359119c7dd13a6bd003f8f294dc8896ec5069f9673780d076ffb7454", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "70c2c3b4359119c7dd13a6bd003f8f294dc8896ec5069f9673780d076ffb7454", kill_on_drop: false }`
[INFO] [stdout] 70c2c3b4359119c7dd13a6bd003f8f294dc8896ec5069f9673780d076ffb7454
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 59030d6bab73b77d872b1498b74ee741313ebabbf65ccbda5c170f10c4cca555
[INFO] running `Command { std: "docker" "start" "-a" "59030d6bab73b77d872b1498b74ee741313ebabbf65ccbda5c170f10c4cca555", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling divan-macros v0.1.21
[INFO] [stderr]    Compiling condtype v1.3.0
[INFO] [stderr]    Compiling regex-lite v0.1.9
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling terminal_size v0.4.3
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling divan v0.1.21
[INFO] [stderr]    Compiling rusty-penguin v0.8.2 (/opt/rustwide/workdir/penguin)
[INFO] [stderr]    Compiling penguin-mux v0.8.2 (/opt/rustwide/workdir/penguin-mux)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 46.56s
[INFO] running `Command { std: "docker" "inspect" "59030d6bab73b77d872b1498b74ee741313ebabbf65ccbda5c170f10c4cca555", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "59030d6bab73b77d872b1498b74ee741313ebabbf65ccbda5c170f10c4cca555", kill_on_drop: false }`
[INFO] [stdout] 59030d6bab73b77d872b1498b74ee741313ebabbf65ccbda5c170f10c4cca555
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ed75c2b8172fb9b950b66ed0c36e06468d5b6be98757b0fb5ce6298d88e07a79
[INFO] running `Command { std: "docker" "start" "-a" "ed75c2b8172fb9b950b66ed0c36e06468d5b6be98757b0fb5ce6298d88e07a79", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.39s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/penguin_mux-6bc226b98bd161bc)
[INFO] [stdout] 
[INFO] [stdout] running 46 tests
[INFO] [stdout] test config::tests::test_options ... ok
[INFO] [stdout] test frame::tests::test_cow_bytes_eq ... ok
[INFO] [stdout] test frame::tests::test_cow_bytes ... ok
[INFO] [stdout] test frame::tests::test_finalized_frame ... ok
[INFO] [stdout] test frame::tests::test_frame_repr_bind ... ok
[INFO] [stdout] test frame::tests::test_frame_repr_datagram ... ok
[INFO] [stdout] test frame::tests::test_frame_repr_connect ... ok
[INFO] [stdout] test frame::tests::test_frame_repr_acknowledge ... ok
[INFO] [stdout] test frame::tests::test_frame_repr_push ... ok
[INFO] [stdout] test frame::tests::test_frame_repr_finish ... ok
[INFO] [stdout] test frame::tests::test_frame_repr_reset ... ok
[INFO] [stdout] test frame::tests::test_frames ... ok
[INFO] [stdout] test stream::tests::test_copy_bidirectional_normal ... ok
[INFO] [stdout] test stream::tests::test_flow_control ... ok
[INFO] [stdout] test tests::connect_succeeds ... ok
[INFO] [stdout] test stream::tests::test_mux_stream_write ... ok
[INFO] [stdout] test stream::tests::test_mux_stream_read ... ok
[INFO] [stdout] test tests::test_datagram_reject_long_host ... ok
[INFO] [stdout] test tests::test_bind_request ... ok
[INFO] [stdout] test stream::tests::test_mux_stream_shutdown ... ok
[INFO] [stdout] test tests::test_flow_id_contention_will_give_up ... ok
[INFO] [stdout] test tests::test_flow_id_contention_can_succeed ... ok
[INFO] [stdout] test tests::test_several_channels ... ok
[INFO] [stdout] test tests::test_shutdown_has_effect ... ok
[INFO] [stdout] test timing::tests::test_backoff ... ok
[INFO] [stdout] test timing::tests::test_optional_duration ... ok
[INFO] [stdout] test tests::test_close_port_behaviour ... ok
[INFO] [stdout] test ws::tokio_tungstenite::tests::test_binary_message ... ok
[INFO] [stdout] test ws::tokio_tungstenite::tests::test_close_message ... ok
[INFO] [stdout] test ws::tokio_tungstenite::tests::test_ping_message ... ok
[INFO] [stdout] [2m2026-03-27T16:28:44.780903Z[0m [31mERROR[0m [2mpenguin_mux::ws::tokio_tungstenite[0m[2m:[0m Received text message: Hello
[INFO] [stdout] test ws::tokio_tungstenite::tests::test_text_message ... ok
[INFO] [stdout] test frame::tests::test_finalized_frame_too_long - should panic ... ok
[INFO] [stdout] test tests::test_early_eof_detected ... ok
[INFO] [stdout] test tests::connected_stream_passes_data ... ok
[INFO] [stdout] test tests::datagram_channel_passes_data ... ok
[INFO] [stdout] [2m2026-03-27T16:28:46.734665Z[0m [31mERROR[0m [2mpenguin_mux::task[0m[2m:[0m Multiplexor task exited with error: `Pong` response not received before the configured timeout
[INFO] [stdout] [2m2026-03-27T16:28:46.734759Z[0m [31mERROR[0m [2mpenguin_mux[0m[2m:[0m Failed to inform task of dropped multiplexor
[INFO] [stdout] [2m2026-03-27T16:28:46.734795Z[0m [31mERROR[0m [2mpenguin_mux[0m[2m:[0m Failed to inform task of dropped multiplexor
[INFO] [stdout] test tests::test_timeout_if_no_pong_1 ... ok
[INFO] [stdout] test timing::tests::test_optional_interval ... ok
[INFO] [stdout] [2m2026-03-27T16:28:47.781490Z[0m [31mERROR[0m [2mpenguin_mux::task[0m[2m:[0m Multiplexor task exited with error: `Pong` response not received before the configured timeout
[INFO] [stdout] [2m2026-03-27T16:28:47.781579Z[0m [31mERROR[0m [2mpenguin_mux[0m[2m:[0m Failed to inform task of dropped multiplexor
[INFO] [stdout] [2m2026-03-27T16:28:47.781612Z[0m [31mERROR[0m [2mpenguin_mux[0m[2m:[0m Failed to inform task of dropped multiplexor
[INFO] [stdout] test tests::test_timeout_if_no_pong_2 ... ok
[INFO] [stdout] [2m2026-03-27T16:28:48.266834Z[0m [31mERROR[0m [2mpenguin_mux[0m[2m:[0m Failed to inform task of dropped multiplexor
[INFO] [stdout] test tests::test_no_timeout_if_no_keepalive ... ok
[INFO] [stdout] test tests::connected_stream_passes_data_tiny_mtu_rwndminusone ... ok
[INFO] [stdout] test tests::connected_stream_passes_data_tiny_mtu ... ok
[INFO] [stdout] [2m2026-03-27T16:28:52.054148Z[0m [31mERROR[0m [2mpenguin_mux[0m[2m:[0m Failed to inform task of dropped multiplexor
[INFO] [stdout] test tests::connected_stream_passes_data_one_sided_lots ... ok
[INFO] [stdout] [2m2026-03-27T16:28:55.791498Z[0m [31mERROR[0m [2mpenguin_mux[0m[2m:[0m Failed to inform task of dropped multiplexor
[INFO] [stdout] [2m2026-03-27T16:28:59.210755Z[0m [31mERROR[0m [2mpenguin_mux[0m[2m:[0m Failed to inform task of dropped multiplexor
[INFO] [stdout] test tests::connected_stream_passes_data_tiny_mtu_with_keepalive ... ok
[INFO] [stdout] test tests::test_contention ... ok
[INFO] [stdout] [2m2026-03-27T16:29:02.433527Z[0m [31mERROR[0m [2mpenguin_mux[0m[2m:[0m Failed to inform task of dropped multiplexor
[INFO] [stdout] test tests::datagram_channel_passes_data_tiny_mtu ... ok
[INFO] [stdout] [2m2026-03-27T16:29:21.541664Z[0m [31mERROR[0m [2mpenguin_mux[0m[2m:[0m Failed to inform task of dropped multiplexor
[INFO] [stdout] [2m2026-03-27T16:29:24.562914Z[0m [31mERROR[0m [2mpenguin_mux[0m[2m:[0m Failed to inform task of dropped multiplexor
[INFO] [stdout] [2m2026-03-27T16:29:27.827443Z[0m [31mERROR[0m [2mpenguin_mux[0m[2m:[0m Failed to inform task of dropped multiplexor
[INFO] [stdout] [2m2026-03-27T16:29:31.161631Z[0m [31mERROR[0m [2mpenguin_mux[0m[2m:[0m Failed to inform task of dropped multiplexor
[INFO] [stdout] [2m2026-03-27T16:29:34.519488Z[0m [31mERROR[0m [2mpenguin_mux[0m[2m:[0m Failed to inform task of dropped multiplexor
[INFO] [stdout] [2m2026-03-27T16:29:37.941468Z[0m [31mERROR[0m [2mpenguin_mux[0m[2m:[0m Failed to inform task of dropped multiplexor
[INFO] [stdout] test tests::test_with_tcpsocket ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 46 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 53.25s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rusty_penguin_lib-e4acdcac7926faad)
[INFO] [stdout] 
[INFO] [stdout] running 79 tests
[INFO] [stdout] test arg::tests::test_header_parser ... ok
[INFO] [stdout] test arg::tests::test_server_args_acme_full ... ok
[INFO] [stdout] test arg::tests::test_serverurl_fromstr ... ok
[INFO] [stdout] test client::handle_remote::socks::v4::tests::test_write_response ... ok
[INFO] [stdout] test client::handle_remote::socks::v4::tests::test_read_request_domain ... ok
[INFO] [stdout] test arg::tests::test_client_args_full ... ok
[INFO] [stdout] test arg::tests::test_server_args_must_agree_tos ... ok
[INFO] [stdout] test arg::tests::test_server_args_port_cover_ahead ... ok
[INFO] [stdout] test arg::tests::test_server_args_minimal ... ok
[INFO] [stdout] test client::handle_remote::socks::v5::tests::test_read_request_domain ... ok
[INFO] [stdout] test arg::tests::test_backendurl_fromstr ... ok
[INFO] [stdout] test arg::tests::test_server_args_full ... ok
[INFO] [stdout] test arg::tests::test_server_args_just_port ... ok
[INFO] [stdout] test arg::tests::test_server_args_just_host ... ok
[INFO] [stdout] test client::handle_remote::socks::v5::tests::test_read_request_v6 ... ok
[INFO] [stdout] test client::handle_remote::socks::v5::tests::test_write_auth_method ... ok
[INFO] [stdout] test client::handle_remote::socks::v5::tests::test_write_response ... ok
[INFO] [stdout] test client::handle_remote::socks::v5::tests::test_read_auth_methods ... ok
[INFO] [stdout] test client::handle_remote::socks::v4::tests::test_read_request_ip ... ok
[INFO] [stdout] test client::handle_remote::socks::v5::tests::test_write_response_unspecified ... ok
[INFO] [stdout] test client::handle_remote::socks::v5::tests::test_read_request_invalid_address_type ... ok
[INFO] [stdout] test parse_remote::tests::test_default_host ... ok
[INFO] [stdout] test client::handle_remote::tcp::tests::test_open_tcp_listener ... ok
[INFO] [stdout] test server::forwarder::tests::test_bind_and_send_v4 ... ok
[INFO] [stdout] test client::handle_remote::tproxy::tests::test_tproxy_tcp_bind ... ok
[INFO] [stdout] test client::tests::test_client_map_add_client ... ok
[INFO] [stdout] test client::handle_remote::udp::tests::test_handle_udp ... ok
[INFO] [stdout] test server::io_with_timeout::tests::test_read_can_succeed ... ok
[INFO] [stdout] test parse_remote::tests::test_parse_remote ... ok
[INFO] [stdout] test parse_remote::tests::test_parse_remote_bad ... ok
[INFO] [stdout] test server::service::tests::test_make_sec_websocket_accept ... ok
[INFO] [stdout] test arg::tests::test_client_args_minimal ... ok
[INFO] [stdout] test server::forwarder::tests::test_bind_and_send_v6 ... ok
[INFO] [stdout] test server::io_with_timeout::tests::test_read_will_timeout ... ok
[INFO] [stdout] test client::handle_remote::socks::v5::tests::test_read_request_v4 ... ok
[INFO] [stdout] test server::acme::challenge_helper::tests::test_call_challenge_helper_simple ... ok
[INFO] [stdout] test server::tests::test_arg_to_sockaddrs_empty - should panic ... ok
[INFO] [stdout] test server::tests::test_arg_to_sockaddrs_empty_host - should panic ... ok
[INFO] [stdout] test server::tests::test_arg_to_sockaddrs_multi_v4 ... ok
[INFO] [stdout] test server::tests::test_arg_to_sockaddrs_empty_port - should panic ... ok
[INFO] [stdout] test server::tests::test_arg_to_sockaddrs_single_v4 ... ok
[INFO] [stdout] test server::tests::test_arg_to_sockaddrs_single_v6 ... ok
[INFO] [stdout] test server::service::tests::test_stealth_websocket_upgrade_missing_key_header ... ok
[INFO] [stdout] test server::service::tests::test_stealth_websocket_upgrade_correct_psk ... ok
[INFO] [stdout] [2m2026-03-27T16:29:38.443642Z[0m [31mERROR[0m [2mrusty_penguin_lib::server::service[0m[2m:[0m Failed to proxy request to backend: client error (Connect)
[INFO] [stdout] test server::service::tests::test_stealth_websocket_upgrade_method ... ok
[INFO] [stdout] test server::service::tests::test_backend_status ... ok
[INFO] [stdout] test server::service::tests::test_backend_tls ... FAILED
[INFO] [stdout] test server::service::tests::test_backend_http1_from_http2_client ... ok
[INFO] [stdout] test server::service::tests::test_stealth_websocket_upgrade_wrong_psk ... ok
[INFO] [stdout] test server::service::tests::test_obfs_or_not ... ok
[INFO] [stdout] test server::acme::challenge_helper::tests::test_call_challenge_helper_example ... ok
[INFO] [stdout] test tests::test_http_host_and_sni ... ok
[INFO] [stdout] test server::io_with_timeout::tests::test_write_also_reset_deadline ... ok
[INFO] [stdout] test server::io_with_timeout::tests::test_read_will_timeout_long ... ok
[INFO] [stdout] test tests::test_client_handshake_timeout ... ok
[INFO] [stdout] [2m2026-03-27T16:29:40.949680Z[0m [31mERROR[0m [2mpenguin_mux[0m[2m:[0m Failed to inform task of dropped multiplexor
[INFO] [stdout] test tests::test_socks4_works ... ok
[INFO] [stdout] [2m2026-03-27T16:29:41.054845Z[0m [31mERROR[0m [2mpenguin_mux[0m[2m:[0m Failed to inform task of dropped multiplexor
[INFO] [stdout] [2m2026-03-27T16:29:41.055231Z[0m [31mERROR[0m [2mpenguin_mux[0m[2m:[0m Failed to inform task of dropped multiplexor
[INFO] [stdout] test tests::test_it_works_tls_simple ... ok
[INFO] [stdout] [2m2026-03-27T16:29:41.289396Z[0m [31mERROR[0m [2mpenguin_mux[0m[2m:[0m Failed to inform task of dropped multiplexor
[INFO] [stdout] test tests::test_socks5_connect_reliability_v4 ... ok
[INFO] [stdout] test tests::test_it_works ... ok
[INFO] [stdout] test tls::rustls::tests::test_client_config ... ok
[INFO] [stdout] [2m2026-03-27T16:29:41.650154Z[0m [31mERROR[0m [2mpenguin_mux[0m[2m:[0m Failed to inform task of dropped multiplexor
[INFO] [stdout] [2m2026-03-27T16:29:41.650621Z[0m [31mERROR[0m [2mpenguin_mux[0m[2m:[0m Failed to inform task of dropped multiplexor
[INFO] [stdout] test tests::test_socks5_connect_reliability_v6 ... ok
[INFO] [stdout] test tls::rustls::tests::test_make_server_config_from_rcgen_pem ... ok
[INFO] [stdout] test tls::rustls::tests::test_server_config ... ok
[INFO] [stdout] test tls::rustls::tests::test_try_load_certificate ... ok
[INFO] [stdout] test tests::test_it_works_v6 ... ok
[INFO] [stdout] test tls::rustls::tests::test_generate_rustls_rootcertstore ... ok
[INFO] [stdout] test client::tests::test_client_map_remove_client ... ok
[INFO] [stdout] test server::forwarder::tests::test_udp_forward_to_v6 ... ok
[INFO] [stdout] test server::forwarder::tests::test_udp_forward_to_v4 ... ok
[INFO] [stdout] test tests::test_socks5_udp_v4v4 ... ok
[INFO] [stdout] test tests::test_client_handshake_timeout_will_retry ... ok
[INFO] [stdout] test tests::test_socks5_udp_v4v6 ... ok
[INFO] [stdout] [2m2026-03-27T16:29:42.531461Z[0m [31mERROR[0m [2mrusty_penguin_lib::server[0m[2m:[0m HTTP connection error: timed out
[INFO] [stdout] test tests::test_server_timeout ... ok
[INFO] [stdout] test tests::test_socks5_udp_v6v6 ... ok
[INFO] [stdout] test tests::test_tproxy_something_happens ... ok
[INFO] [stdout] test tests::test_tls_reload ... ok
[INFO] [stdout] [2m2026-03-27T16:29:44.459618Z[0m [31mERROR[0m [2mpenguin_mux[0m[2m:[0m Failed to inform task of dropped multiplexor
[INFO] [stdout] [2m2026-03-27T16:29:44.459899Z[0m [31mERROR[0m [2mpenguin_mux[0m[2m:[0m Failed to inform task of dropped multiplexor
[INFO] [stdout] test tests::test_it_works_dns_v4 ... FAILED
[INFO] [stdout] [2m2026-03-27T16:29:47.766427Z[0m [31mERROR[0m [2mpenguin_mux[0m[2m:[0m Failed to inform task of dropped multiplexor
[INFO] [stdout] test tests::test_server_timeout_does_not_interrupt_ws ... ok
[INFO] [stdout] test tests::test_socks5_udp_client_prune ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- server::service::tests::test_backend_tls stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'server::service::tests::test_backend_tls' (138) panicked at penguin/src/server/service.rs:720:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 404
[INFO] [stdout]  right: 200
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63eb2c2d16da - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63eb2c2d16da - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63eb2c2d16da - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63eb2c2d16da - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63eb2c2eab2a - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63eb2c2eab2a - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x63eb2c2d79e2 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63eb2c2d79e2 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63eb2c2acc7f - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63eb2c2acc7f - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63eb2c2c7db9 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63eb2b92ff0c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x63eb2b92ff0c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63eb2c2c8032 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x63eb2c2c8032 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63eb2c2acd38 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63eb2c2a42b9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63eb2c2adc8d - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63eb2c2eb39c - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63eb2c2eb223 - core[786f478f706679df]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x63eb2b6a8c8b - core[786f478f706679df]::panicking::assert_failed::<http[45f31c30fc1b4317]::status::StatusCode, http[45f31c30fc1b4317]::status::StatusCode>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x63eb2b628dae - rusty_penguin_lib[6a6eab0611f396a]::server::service::tests::test_backend_tls::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/penguin/src/server/service.rs:720:9
[INFO] [stdout]   22:     0x63eb2b8a8472 - <core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x63eb2b8a84ed - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x63eb2b5d703d - <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:769:70
[INFO] [stdout]   25:     0x63eb2b5d6f3b - tokio[a29750e6f850faea]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x63eb2b5d6f3b - tokio[a29750e6f850faea]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x63eb2b5d6f3b - <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:769:25
[INFO] [stdout]   28:     0x63eb2b5a86d0 - <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:446:19
[INFO] [stdout]   29:     0x63eb2b5d52cd - <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:768:44
[INFO] [stdout]   30:     0x63eb2b5d4574 - <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:856:68
[INFO] [stdout]   31:     0x63eb2b77ce8b - <tokio[a29750e6f850faea]::runtime::context::scoped::Scoped<tokio[a29750e6f850faea]::runtime::scheduler::Context>>::set::<<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x63eb2b527729 - tokio[a29750e6f850faea]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>), <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x63eb2b6a04a2 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[a29750e6f850faea]::runtime::context::Context>>::try_with::<tokio[a29750e6f850faea]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>), <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   34:     0x63eb2b6a002e - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[a29750e6f850faea]::runtime::context::Context>>::with::<tokio[a29750e6f850faea]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>), <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   35:     0x63eb2b52210d - tokio[a29750e6f850faea]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>), <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x63eb2b5b71c0 - <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>>::{closure#0}, core[786f478f706679df]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:856:27
[INFO] [stdout]   37:     0x63eb2b5b74b6 - <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:756:24
[INFO] [stdout]   38:     0x63eb2b5d37c0 - <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x63eb2b88b603 - tokio[a29750e6f850faea]::runtime::context::runtime::enter_runtime::<<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x63eb2b5a68f1 - <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x63eb2b8acc74 - <tokio[a29750e6f850faea]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/runtime.rs:371:52
[INFO] [stdout]   42:     0x63eb2b8ace3f - <tokio[a29750e6f850faea]::runtime::runtime::Runtime>::block_on::<core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/runtime.rs:345:18
[INFO] [stdout]   43:     0x63eb2b6405e3 - rusty_penguin_lib[6a6eab0611f396a]::server::service::tests::test_backend_tls
[INFO] [stdout]                                at /opt/rustwide/workdir/penguin/src/server/service.rs:739:59
[INFO] [stdout]   44:     0x63eb2b627a97 - rusty_penguin_lib[6a6eab0611f396a]::server::service::tests::test_backend_tls::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/penguin/src/server/service.rs:695:32
[INFO] [stdout]   45:     0x63eb2b471106 - <rusty_penguin_lib[6a6eab0611f396a]::server::service::tests::test_backend_tls::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x63eb2b923feb - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x63eb2b923feb - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   48:     0x63eb2b9309db - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   49:     0x63eb2b9309db - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x63eb2b9309db - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x63eb2b9309db - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x63eb2b9309db - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x63eb2b9309db - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   54:     0x63eb2b9309db - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   55:     0x63eb2b92c0f4 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   56:     0x63eb2b92c0f4 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x63eb2b9335e2 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   58:     0x63eb2b9335e2 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x63eb2b9335e2 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x63eb2b9335e2 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x63eb2b9335e2 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x63eb2b9335e2 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   63:     0x63eb2b9335e2 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x63eb2c2d094f - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   65:     0x63eb2c2d094f - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   66:     0x7b048766caa4 - <unknown>
[INFO] [stdout]   67:     0x7b04876f9a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_it_works_dns_v4 stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_it_works_dns_v4' (159) panicked at penguin/src/tests.rs:1331:10:
[INFO] [stdout] Timed out waiting for DNS response: Elapsed(())
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x63eb2c2d16da - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x63eb2c2d16da - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x63eb2c2d16da - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x63eb2c2d16da - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x63eb2c2eab2a - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x63eb2c2eab2a - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x63eb2c2d79e2 - std[f92b4c606f291077]::io::default_write_fmt::<alloc[64763625b5a07cdb]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x63eb2c2d79e2 - <alloc[64763625b5a07cdb]::vec::Vec<u8> as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x63eb2c2acc7f - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x63eb2c2acc7f - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x63eb2c2c7db9 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x63eb2b92ff0c - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x63eb2b92ff0c - test[20e1f0ae6cad7a17]::test_main_with_exit_callback::<test[20e1f0ae6cad7a17]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x63eb2c2c8032 - <alloc[64763625b5a07cdb]::boxed::Box<dyn for<'a, 'b> core[786f478f706679df]::ops::function::Fn<(&'a std[f92b4c606f291077]::panic::PanicHookInfo<'b>,), Output = ()> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::Fn<(&std[f92b4c606f291077]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x63eb2c2c8032 - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x63eb2c2acd38 - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x63eb2c2a42b9 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x63eb2c2adc8d - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x63eb2c2eb39c - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x63eb2c2eb0e2 - core[786f478f706679df]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x63eb2b67cdb6 - <core[786f478f706679df]::result::Result<core[786f478f706679df]::result::Result<(usize, core[786f478f706679df]::net::socket_addr::SocketAddr), std[f92b4c606f291077]::io::error::Error>, tokio[a29750e6f850faea]::time::error::Elapsed>>::expect
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x63eb2b545377 - rusty_penguin_lib[6a6eab0611f396a]::tests::test_it_works_dns_v4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/penguin/src/tests.rs:1331:10
[INFO] [stdout]   22:     0x63eb2b8a8472 - <core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x63eb2b8a84ed - <core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>> as core[786f478f706679df]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x63eb2b5d703d - <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:769:70
[INFO] [stdout]   25:     0x63eb2b5d6f3b - tokio[a29750e6f850faea]::task::coop::with_budget::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x63eb2b5d6f3b - tokio[a29750e6f850faea]::task::coop::budget::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x63eb2b5d6f3b - <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:769:25
[INFO] [stdout]   28:     0x63eb2b5a86d0 - <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::Context>::enter::<core[786f478f706679df]::task::poll::Poll<()>, <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:446:19
[INFO] [stdout]   29:     0x63eb2b5d52cd - <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:768:44
[INFO] [stdout]   30:     0x63eb2b5d4574 - <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:856:68
[INFO] [stdout]   31:     0x63eb2b77ce8b - <tokio[a29750e6f850faea]::runtime::context::scoped::Scoped<tokio[a29750e6f850faea]::runtime::scheduler::Context>>::set::<<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x63eb2b527729 - tokio[a29750e6f850faea]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>), <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x63eb2b6a04a2 - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[a29750e6f850faea]::runtime::context::Context>>::try_with::<tokio[a29750e6f850faea]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>), <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:513:12
[INFO] [stdout]   34:     0x63eb2b6a002e - <std[f92b4c606f291077]::thread::local::LocalKey<tokio[a29750e6f850faea]::runtime::context::Context>>::with::<tokio[a29750e6f850faea]::runtime::context::set_scheduler<(alloc[64763625b5a07cdb]::boxed::Box<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>), <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[64763625b5a07cdb]::boxed::Box<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/local.rs:477:20
[INFO] [stdout]   35:     0x63eb2b52210d - tokio[a29750e6f850faea]::runtime::context::set_scheduler::<(alloc[64763625b5a07cdb]::boxed::Box<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::Core>, core[786f478f706679df]::option::Option<()>), <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>>::{closure#0}, core[786f478f706679df]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x63eb2b5b71c0 - <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>>::{closure#0}, core[786f478f706679df]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:856:27
[INFO] [stdout]   37:     0x63eb2b5b74b6 - <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[786f478f706679df]::pin::Pin<&mut core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:756:24
[INFO] [stdout]   38:     0x63eb2b5d37c0 - <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x63eb2b88b603 - tokio[a29750e6f850faea]::runtime::context::runtime::enter_runtime::<<tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x63eb2b5a68f1 - <tokio[a29750e6f850faea]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x63eb2b8acc74 - <tokio[a29750e6f850faea]::runtime::runtime::Runtime>::block_on_inner::<core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/runtime.rs:371:52
[INFO] [stdout]   42:     0x63eb2b8ace3f - <tokio[a29750e6f850faea]::runtime::runtime::Runtime>::block_on::<core[786f478f706679df]::pin::Pin<&mut dyn core[786f478f706679df]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/runtime.rs:345:18
[INFO] [stdout]   43:     0x63eb2b58def0 - rusty_penguin_lib[6a6eab0611f396a]::tests::test_it_works_dns_v4
[INFO] [stdout]                                at /opt/rustwide/workdir/penguin/src/tests.rs:1335:24
[INFO] [stdout]   44:     0x63eb2b53c5c7 - rusty_penguin_lib[6a6eab0611f396a]::tests::test_it_works_dns_v4::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/penguin/src/tests.rs:1295:32
[INFO] [stdout]   45:     0x63eb2b4705c6 - <rusty_penguin_lib[6a6eab0611f396a]::tests::test_it_works_dns_v4::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x63eb2b923feb - <fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x63eb2b923feb - test[20e1f0ae6cad7a17]::__rust_begin_short_backtrace::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, fn() -> core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:663:18
[INFO] [stdout]   48:     0x63eb2b9309db - test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:74
[INFO] [stdout]   49:     0x63eb2b9309db - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x63eb2b9309db - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x63eb2b9309db - std[f92b4c606f291077]::panicking::catch_unwind::<core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>, core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x63eb2b9309db - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<test[20e1f0ae6cad7a17]::run_test_in_process::{closure#0}>, core[786f478f706679df]::result::Result<(), alloc[64763625b5a07cdb]::string::String>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x63eb2b9309db - test[20e1f0ae6cad7a17]::run_test_in_process
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:686:27
[INFO] [stdout]   54:     0x63eb2b9309db - test[20e1f0ae6cad7a17]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:607:43
[INFO] [stdout]   55:     0x63eb2b92c0f4 - test[20e1f0ae6cad7a17]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/test/src/lib.rs:637:41
[INFO] [stdout]   56:     0x63eb2b92c0f4 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x63eb2b9335e2 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   58:     0x63eb2b9335e2 - <core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x63eb2b9335e2 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x63eb2b9335e2 - std[f92b4c606f291077]::panicking::catch_unwind::<(), core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x63eb2b9335e2 - std[f92b4c606f291077]::panic::catch_unwind::<core[786f478f706679df]::panic::unwind_safe::AssertUnwindSafe<std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x63eb2b9335e2 - std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked::<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   63:     0x63eb2b9335e2 - <std[f92b4c606f291077]::thread::lifecycle::spawn_unchecked<test[20e1f0ae6cad7a17]::run_test::{closure#1}, ()>::{closure#1} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x63eb2c2d094f - <alloc[64763625b5a07cdb]::boxed::Box<dyn core[786f478f706679df]::ops::function::FnOnce<(), Output = ()> + core[786f478f706679df]::marker::Send> as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   65:     0x63eb2c2d094f - <std[f92b4c606f291077]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   66:     0x7b048766caa4 - <unknown>
[INFO] [stdout]   67:     0x7b04876f9a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     server::service::tests::test_backend_tls
[INFO] [stdout]     tests::test_it_works_dns_v4
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 77 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 16.95s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p rusty-penguin --lib`
[INFO] running `Command { std: "docker" "inspect" "ed75c2b8172fb9b950b66ed0c36e06468d5b6be98757b0fb5ce6298d88e07a79", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed75c2b8172fb9b950b66ed0c36e06468d5b6be98757b0fb5ce6298d88e07a79", kill_on_drop: false }`
[INFO] [stdout] ed75c2b8172fb9b950b66ed0c36e06468d5b6be98757b0fb5ce6298d88e07a79
